/* ¹«¹²²¿·Ö*/
body::-webkit-scrollbar {  
display: none;
}   
body{
    font-family:"Microsoft YaHei";
    font-size:16px;
}
@font-face {
  font-family: 'henghei'; 
  src:url('../fonts/MicrosoftJhengHei.ttf');
 
}
@font-face {
  font-family: 'shangshou'; 
      src: url('../fonts/shangshou.TTF');
      font-weight: normal;
      font-style: normal;
 
}
@font-face {
  font-family: 'Microsoft JhengHei'; 
  src: url('../fonts/Microsoft JhengHei.ttc'),
        url('../fonts/Microsoft JhengHei.ttc'); 
}

@font-face {
      font-family: 'Century Gothic';
      src: url('../fonts/CenturyGothic.TTF');
      font-weight: normal;
      font-style: normal;
}
@font-face {
      font-family: 'title';
      src: url('../fonts/w3.TTF');
      font-weight: normal;
      font-style: normal;
}
@font-face {
    font-family: 'tengxun';
    src:url('../fonts/TencentSans-W7-CN.woff2') format('woff2'),url('../fonts/TencentSans-W7-CN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.yahei{
     font-family: 'Microsoft YaHei';
}
.shangshou{
     font-family: 'shangshou';
}
.henghei{
     font-family: 'henghei';
}
.name{
     font-family: 'title';
}
.tengxun{
     font-family: 'tengxun';
}
.en{
     font-family: 'Century Gothic';
     font-weight:300;
}
#fenye{
    width:100%;
    margin:20px auto 100px auto;
    text-align:center;
    float:right;
    
}
.page {
    transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: inline-block;
    width: 2.25em;
    height: 2.25em;
    text-align: center;
    margin-right:10px;
    line-height: 1.75em;
    border-radius: 100%;
    background: #eee;
    line-height:2.25em;
}
.page:hover {
      background: #da4b2b;
      color: #FFF;
} 
.page.active {
      background: #da4b2b;
      color: #FFF;
}  
.next {
	color: #000;
	font-size: 16px;
	padding: 6px;
	margin: 0 6px;
	cursor: pointer;
}
.next i{
	font-weight:600;
}
.next:hover {
	color: #dd161d;
}
input:-webkit-autofill { 
      box-shadow: 0 0 0px 1000px white inset;
} 
::selection {color:#fff;background-color: #da4b2b;}
 
 